docs: release notes for v0.9.1#36
Merged
Merged
Conversation
Covers what actually shipped in the v0.9.1 tag: initial MCP support (S1-S3) and the calm-transcript chat overhaul, plus the Shift+Cmd+I focus fix and the smaller polish. Written against the tag's real contents — test counts (41 + 15 = 56 MCP cases) were read from the tagged tree, not recalled. The MCP section leads with the security model rather than the feature, because that is the honest framing for a first slice: servers are user-settings only and every tool is allow-list gated, so what ships is deliberately narrow. Deliberately omitted: /rme, whose own commit states it is undocumented and "meant to be found, not advertised" — listing it in release notes would defeat it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the v0.9.1 release notes documenting what shipped in the tag, focusing on initial MCP (external tool) support and the calm/narrated agent transcript overhaul, plus a few smaller UX/polish items.
Changes:
- Adds a new
RELEASE-NOTES.mdentry for v0.9.1 (highlights, under-the-hood notes, and test coverage summary). - Documents MCP’s security model (user-settings-only servers + allow-list tool policy) and the calm transcript feature split (agent prompt + webview grouping).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+14
to
+16
| "levelcode.ai.mcp.servers": { | ||
| "filesystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path"] } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Covers what actually shipped in the
v0.9.1tag: initial MCP support (S1–S3) and the calm-transcript chat overhaul, plus theShift+Cmd+Ifocus fix and the smaller polish.Written against the tag's real contents rather than from memory — the test counts (41 + 15 = 56 MCP cases) were read out of the tagged tree.
The MCP section leads with the security model rather than the feature, because that's the honest framing for a first slice: servers are user-settings-only and every tool is allow-list gated, so what ships is deliberately narrow. Over-selling it would set the wrong expectation.
Deliberately omitted:
/rme. Its own commit states it is undocumented and "meant to be found, not advertised" — putting it in release notes would defeat the point. Say the word if you'd rather it were listed.Note the CI Playwright fix and the MCP add-server scope doc landed after the tag, so they correctly belong to the next release, not this one.
🤖 Generated with Claude Code